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": "3dd702d1-cb22-482a-a8f1-0e6a6fef2892"
}
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>3dd702d1-cb22-482a-a8f1-0e6a6fef2892</id> </batch_special_rinse>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"b21dd924-cb61-4f92-b4cd-23149fa13f1e"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b21dd924-cb61-4f92-b4cd-23149fa13f1e</guid>