GET Contract/Get?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ContractManagementPO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerNo | string |
None. |
|
| Name | string |
None. |
|
| SigningTime | date |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| FilePath | string |
None. |
|
| State | integer |
None. |
|
| CreateId | integer |
None. |
|
| Remark | string |
None. |
|
| CreateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustomerNo": "sample string 2",
"Name": "sample string 3",
"SigningTime": "2026-04-13T13:51:55.5005931+08:00",
"StartTime": "2026-04-13T13:51:55.5005931+08:00",
"EndTime": "2026-04-13T13:51:55.5005931+08:00",
"FilePath": "sample string 4",
"State": 5,
"CreateId": 6,
"Remark": "sample string 7",
"CreateTime": "2026-04-13T13:51:55.5005931+08:00"
}
application/xml, text/xml
Sample:
<ContractManagementPO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.PO.Background"> <CreateId>6</CreateId> <CreateTime>2026-04-13T13:51:55.5005931+08:00</CreateTime> <CustomerNo>sample string 2</CustomerNo> <EndTime>2026-04-13T13:51:55.5005931+08:00</EndTime> <FilePath>sample string 4</FilePath> <Id>1</Id> <Name>sample string 3</Name> <Remark>sample string 7</Remark> <SigningTime>2026-04-13T13:51:55.5005931+08:00</SigningTime> <StartTime>2026-04-13T13:51:55.5005931+08:00</StartTime> <State>5</State> </ContractManagementPO>