DELETE api/v1/Agents/{AgentID}/Jobs/{JobMasterNo}/CustomerVisibility
DeleteCustomerVisibility
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| AgentID |
Define this parameter in the request URI. |
|
| JobMasterNo |
Define this parameter in the request URI. |
|
| jobCustomerVisibility |
Define this parameter in the request body. |
Request body formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"TransactionID": "sample string 1",
"HouseNos": [
{
"HouseNo": "sample string 1"
},
{
"HouseNo": "sample string 1"
},
{
"HouseNo": "sample string 1"
}
],
"AddressBookID": 2,
"TransactionType": "sample string 3",
"IsMasterShared": true
}
application/xml, text/xml
Sample:
<JobCustomerVisibilityDTO>
<AddressBookID>2</AddressBookID>
<TransactionType>sample string 3</TransactionType>
<IsMasterShared>true</IsMasterShared>
<TransactionID>sample string 1</TransactionID>
<HouseNos>
<HouseNo>sample string 1</HouseNo>
</HouseNos>
<HouseNos>
<HouseNo>sample string 1</HouseNo>
</HouseNos>
<HouseNos>
<HouseNo>sample string 1</HouseNo>
</HouseNos>
</JobCustomerVisibilityDTO>