POST api/Deploy
Request Information
URI Parameters
None.
Body Parameters
DeployRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ServiceTag | string |
None. |
|
| MachineName | string |
None. |
|
| IPAddress | string |
None. |
|
| Token | globally unique identifier |
None. |
|
| MachineDomain | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": 1,
"CreatedDate": "2026-03-25T10:42:11.8788999-04:00",
"ServiceTag": "sample string 3",
"MachineName": "sample string 4",
"IPAddress": "sample string 5",
"Token": "8233f79b-ce75-42c8-9cd5-5c4d449fa151",
"MachineDomain": "sample string 7"
}
application/xml, text/xml
Sample:
<DeployRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WinAPI.Requests"> <MachineDomain>sample string 7</MachineDomain> <Token>8233f79b-ce75-42c8-9cd5-5c4d449fa151</Token> <CreatedDate>2026-03-25T10:42:11.8788999-04:00</CreatedDate> <EventId>1</EventId> <IPAddress>sample string 5</IPAddress> <MachineName>sample string 4</MachineName> <ServiceTag>sample string 3</ServiceTag> </DeployRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>