POST Object/CreateNewService
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"ServiceTemplate": "sample string 2",
"Guid": "sample string 3",
"JobNo": "sample string 4"
}
application/xml, text/xml
Sample:
<NewService xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>sample string 1</Id> <ServiceTemplate>sample string 2</ServiceTemplate> <Guid>sample string 3</Guid> <JobNo>sample string 4</JobNo> </NewService>
application/x-www-form-urlencoded
Sample:
Sample not available.