POST api/SgpDomaineActivite
Request Information
URI Parameters
None.
Body Parameters
DomaineActiviteDpDto| Name | Description | Type | Additional information |
|---|---|---|---|
| InfoSearchIdDomaineActivite | InfoSearchOfInt32 |
None. |
|
| InfoSearchCode | InfoSearchOfString |
None. |
|
| InfoSearchLibelle | InfoSearchOfString |
None. |
|
| InfoSearchIsDeleted | InfoSearchOfBoolean |
None. |
|
| InfoSearchDateCreation | InfoSearchOfDateTime |
None. |
|
| InfoSearchDateMaj | InfoSearchOfDateTime |
None. |
|
| InfoSearchCreatedBy | InfoSearchOfInt64 |
None. |
|
| InfoSearchModifiedBy | InfoSearchOfInt64 |
None. |
|
| InfoSearchDataKey | InfoSearchOfString |
None. |
|
| IdDomaineActivite | integer |
None. |
|
| Code | string |
None. |
|
| Libelle | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| DateCreation | date |
None. |
|
| DateMaj | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| DataKey | string |
None. |
|
| SecteurActivites | Collection of SecteurActiviteDpDto |
None. |
|
| IsNewItem | boolean |
None. |
|
| RequiredTenant | boolean |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |