POST api/PickListAPI/PickListCodesDeleteByPickListCodeID
Adds Picklist Category Details...
Request Information
URI Parameters
None.
Body Parameters
PickListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PLCategoryID | integer |
None. |
|
| CategoryName | string |
None. |
|
| PickListCodeValuesArray | string |
None. |
|
| SortType | string |
None. |
|
| SortElement | string |
None. |
|
| Constant | string |
None. |
|
| Createdby | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PLCategoryID": 1,
"CategoryName": "sample string 2",
"PickListCodeValuesArray": "sample string 3",
"SortType": "sample string 4",
"SortElement": "sample string 5",
"Constant": "sample string 6",
"Createdby": "sample string 7",
"CreatedDate": "2020-02-27T04:47:53.4366125+11:00",
"ModifiedBy": 9
}
application/xml, text/xml
Sample:
<PickListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models"> <CategoryName>sample string 2</CategoryName> <Constant>sample string 6</Constant> <CreatedDate>2020-02-27T04:47:53.4366125+11:00</CreatedDate> <Createdby>sample string 7</Createdby> <ModifiedBy>9</ModifiedBy> <PLCategoryID>1</PLCategoryID> <PickListCodeValuesArray>sample string 3</PickListCodeValuesArray> <SortElement>sample string 5</SortElement> <SortType>sample string 4</SortType> </PickListModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Newly added AcquisitionId
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.