Represents a Post Code in SOFT4Spaces.
Note
For information about enabling APIs for Business Central see Overview.
API endpoint
| API | Path |
| postCode | businesscentralPrefix/soft4/soft4spaces/v3.0/companies({{companyId}})/postCodes |
Methods
| Method | Return Type | Description |
| GET postCode | postCode | Gets a post code object. |
| DELETE postCode | none | Deletes a post code object. |
| POST postCode | postCode | Creates a post code object. |
| PATCH postCode | postCode | Updates a post code object. |
Properties
| Property | Type | Description |
| id | GUID | The unique ID of the post code. Non-editable. |
| code | string | The code of the post code. |
| city | string | Specifies the post code's city. |
| countryRegionCode | string | Specifies the post code's country/region code. |
| county | string | Specifies the post code's county. |
| timeZone | string | Specifies the post code's time zone. |
| systemCreatedAt | datetime | The datetime the post code was created. |
| systemCreatedBy | GUID | The datetime the post code was created. |
| systemModifiedAt | datetime | The last datetime the post code was modified. |
| systemModifiedBy | GUID | The ID of the user who modified the post code. |