POST api/Workorder/Print
Obtient le PDF résultant de l'impression du bon de travail.
Informations sur la requête
Paramètres dans l'URI
Aucun
Paramètres du corps (body)
WorkorderKeyName | Description | Type | Informations additionnelles |
---|---|---|---|
Id | integer |
Aucune |
|
IsClosed | boolean |
Aucune |
Formats de la requête
application/json, text/json
Sample:
{ "Id": 1, "IsClosed": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Informations sur la réponse
Description
PagedEnumerableOfWorkorderDocumentName | Description | Type | Informations additionnelles |
---|---|---|---|
Data | Collection of WorkorderDocument |
Aucune |
|
TotalRecordCount | integer |
Aucune |
|
PageRecordCount | integer |
Aucune |
|
Version | Version |
Aucune |
Formats de la réponse
application/json, text/json
Sample:
Sample not available.