PUT api/authorizations/{authId}/estimate/import?RqUID={RqUID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
authId | integer |
Required |
|
RqUID | string |
None. |
Body Parameters
RestEstimateImportDTOName | Description | Type | Additional information |
---|---|---|---|
EstimateId | string |
Required String length: inclusive between 0 and 100 |
|
UserLogin | string |
Required String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{ "EstimateId": "sample string 1", "UserLogin": "sample string 2" }
application/xml, text/xml
Sample:
<RestEstimateImportDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GtMotive.GtGlobal.Common.DTO.Rest.Authorization"> <UserLogin xmlns="http://schemas.datacontract.org/2004/07/GtMotive.GtGlobal.Common.DTO.Rest.Shared">sample string 2</UserLogin> <EstimateId>sample string 1</EstimateId> </RestEstimateImportDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestBasicResponseDTOName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": "sample string 1", "Message": "sample string 2" }
application/xml, text/xml
Sample:
<RestBasicResponseDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GtMotive.GtGlobal.Common.DTO.Rest.Shared"> <Code>sample string 1</Code> <Message>sample string 2</Message> </RestBasicResponseDTO>