POST api/batchapi/add/specialRinseStep?siteId={siteId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteId | globally unique identifier |
Required |
Body Parameters
BatchSpecialRinseStepViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "b824d0f9-0d25-4916-bdde-c1baca1dd388"
}
application/xml, text/xml
Sample:
<batch_special_rinse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <id>b824d0f9-0d25-4916-bdde-c1baca1dd388</id> </batch_special_rinse>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"4b2f33ce-b41b-4cc8-a214-3ba0caa5e3a9"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4b2f33ce-b41b-4cc8-a214-3ba0caa5e3a9</guid>