POST api/ItemSizeAPI/NewSaveItemSizeMapping

Request Information

URI Parameters

None.

Body Parameters

ItemSizeDTO
NameDescriptionTypeAdditional information
TypeId

integer

None.

SizeName

string

None.

SizeName_Ar

string

None.

message

string

None.

MainCategoryId

integer

None.

SubCategoryId

integer

None.

SectionId

integer

None.

SelectedSizeIds

string

None.

IsActive

boolean

None.

CreatedBy

integer

None.

IsDeleted

boolean

None.

Message

string

None.

MessageAr

string

None.

UserId

integer

None.

AdminId

integer

None.

UserBrandId

integer

None.

RoleId

integer

None.

Status

boolean

None.

datasetxml

string

None.

StatusCode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TypeId": 1,
  "SizeName": "sample string 2",
  "SizeName_Ar": "sample string 3",
  "message": "sample string 4",
  "MainCategoryId": 5,
  "SubCategoryId": 6,
  "SectionId": 7,
  "SelectedSizeIds": "sample string 8",
  "IsActive": true,
  "CreatedBy": 9,
  "IsDeleted": true,
  "Message": "sample string 11",
  "MessageAr": "sample string 12",
  "UserId": 13,
  "AdminId": 14,
  "UserBrandId": 15,
  "RoleId": 16,
  "Status": true,
  "datasetxml": "sample string 18",
  "StatusCode": 19
}

application/xml, text/xml

Sample:
<ItemSizeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BNC.POS.API.DTO_s">
  <AdminId>14</AdminId>
  <CreatedBy>9</CreatedBy>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <Message>sample string 11</Message>
  <MessageAr>sample string 12</MessageAr>
  <RoleId>16</RoleId>
  <Status>true</Status>
  <StatusCode>19</StatusCode>
  <UserBrandId>15</UserBrandId>
  <UserId>13</UserId>
  <datasetxml>sample string 18</datasetxml>
  <MainCategoryId>5</MainCategoryId>
  <SectionId>7</SectionId>
  <SelectedSizeIds>sample string 8</SelectedSizeIds>
  <SizeName>sample string 2</SizeName>
  <SizeName_Ar>sample string 3</SizeName_Ar>
  <SubCategoryId>6</SubCategoryId>
  <TypeId>1</TypeId>
  <message>sample string 4</message>
</ItemSizeDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.