POST api_v2/Service1CFileVersion/SetAuditResultForService1CFileVersion
Установить результат аудита версии файла разработки сервиса биллинга
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Модель для установки результата аудита версии файла разработки сервиса биллинга |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <FileVersionId>48c56b76-acb6-4f30-bbe6-dcc3e52a52ea</FileVersionId> <ModeratorComment>sample string 2</ModeratorComment> <AuditResult>PendingAudit</AuditResult> </Request>
application/json, text/json
Sample:
{ "FileVersionId": "48c56b76-acb6-4f30-bbe6-dcc3e52a52ea", "ModeratorComment": "sample string 2", "AuditResult": 0 }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}