Methods

  • post - Publish P11d

Resource

{
    "errorMessage": "string",
    "isSuccessful": "boolean",
    "p11dModel": {
        "businessId": "int32",
        "dateGenerated": "date-time",
        "downloadUrl": "string",
        "employeeId": "int32",
        "employeeName": "string",
        "id": "int32",
        "isCompanyDirector": "boolean",
        "isCurrent": "boolean",
        "nationalInsuranceNumber": "string",
        "notificationDate": "date-time",
        "previewUrl": "string",
        "status": "string",
        "sumOfCashEquivalents": "double",
        "taxYear": "int32",
        "terminationDate": "date-time"
    }
}

Properties

Name Type Description
errorMessage string String
isSuccessful boolean Boolean
p11dModel object P11dModel
p11dModel.businessId int32 Int32
p11dModel.dateGenerated date-time Nullable
p11dModel.downloadUrl string String
p11dModel.employeeId int32 Int32
p11dModel.employeeName string String
p11dModel.id int32 Int32
p11dModel.isCompanyDirector boolean Boolean
p11dModel.isCurrent boolean Boolean
p11dModel.nationalInsuranceNumber string String
p11dModel.notificationDate date-time Nullable
p11dModel.previewUrl string String
p11dModel.status string P11DStatus

Possible values are:

  • Unknown
  • Unpublished
  • Published
p11dModel.sumOfCashEquivalents double Decimal
p11dModel.taxYear int32 Int32
p11dModel.terminationDate date-time Nullable