https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / Policy Complex Type / WritingCompanyCode Element
In This Topic
    WritingCompanyCode Element
    In This Topic
    Description
    Parent or writing company representing who the policy is placed with. If you have both, use the writing company.

    Insert Validation:
    Must be a valid AMS360 CompanyCode or WritingCompanyCode.

    Update Validation:
    Must be a valid AMS360 CompanyCode or WritingCompanyCode. Changes to WritingCompanyCode will result in an update for all LineOfBusiness and PolicyTransactionPremium rows for the policy term(includes policy effective date, past, current and future endorsement dates). WritingCompanyCode can be updated when IsCorrection is True. If billed or suspended billing exists an error message is returned.
    Valid values are maintained in the Company entity.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:string
    Diagram
    WritingCompanyCode Element
    Overview
    WritingCompanyCode optional xs:string
    Parent or writing company representing who the policy is placed with. If you have both, use the writing company.

    Insert Validation:
    Must be a valid AMS360 CompanyCode or WritingCompanyCode.

    Update Validation:
    Must be a valid AMS360 CompanyCode or WritingCompanyCode. Changes to WritingCompanyCode will result in an update for all LineOfBusiness and PolicyTransactionPremium rows for the policy term(includes policy effective date, past, current and future endorsement dates). WritingCompanyCode can be updated when IsCorrection is True. If billed or suspended billing exists an error message is returned.
    Valid values are maintained in the Company entity.
    Source
    <xs:element minOccurs="0" name="WritingCompanyCode" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Parent or writing company representing who the policy is placed with. If you have both, use the writing company.
                <br /><br /><b><u>Insert Validation:</u></b><br />
                Must be a valid AMS360 CompanyCode or WritingCompanyCode.
                <br /><br /><b><u>Update Validation:</u></b><br />
                Must be a valid AMS360 CompanyCode or WritingCompanyCode. Changes to WritingCompanyCode will result in an update for all LineOfBusiness and PolicyTransactionPremium rows for the policy term(includes policy effective date, past, current and future endorsement dates). WritingCompanyCode can be updated when IsCorrection is True. If billed or suspended billing exists an error message is returned.
                </summary>
          <len min="3" max="3" />
          <values>
                Valid values are maintained in the Company entity.
                </values>
          <required />
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also