| GET | /api/projects/{ID} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ID | path | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ID | form | int | No | |
| GlobalID | form | Guid | No | |
| Number | form | string | No | |
| Name | form | string | No | |
| Description1 | form | string | No | |
| Description2 | form | string | No | |
| Active | form | bool | No | |
| CorrespondenceInternalCompanyID | form | int | No | |
| CorrespondenceInternalCompanyName | form | string | No | |
| CorrespondenceInternalCompanyGlobalID | form | Guid | No | |
| Postalcode | form | string | No | |
| City | form | string | No | |
| CountryID | form | int | No | |
| CountryGlobalID | form | Guid | No | |
| CountryName | form | string | No | |
| GeoLocation | form | string | No | |
| AddressComplete | form | string | No | |
| CategoryID | form | int | No | |
| CategoryDescription | form | string | No | |
| CategoryGlobalID | form | Guid | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /api/projects/{ID} HTTP/1.1
Host: doapigw.baasbv.nl
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"ID":0,"GlobalID":"00000000-0000-0000-0000-000000000000","Number":"String","Name":"String","Description1":"String","Description2":"String","Active":false,"CorrespondenceInternalCompanyID":0,"CorrespondenceInternalCompanyName":"String","CorrespondenceInternalCompanyGlobalID":"00000000-0000-0000-0000-000000000000","Postalcode":"String","City":"String","CountryID":0,"CountryGlobalID":"00000000-0000-0000-0000-000000000000","CountryName":"String","GeoLocation":"String","AddressComplete":"String","CategoryID":0,"CategoryDescription":"String","CategoryGlobalID":"00000000-0000-0000-0000-000000000000"}