|
3876 | 3876 | </xs:element> |
3877 | 3877 | </xs:sequence> |
3878 | 3878 | </xs:complexType> |
| 3879 | + <xs:complexType name="TxnApprovalInfo"> |
| 3880 | + <xs:annotation> |
| 3881 | + <xs:documentation>Details of approval status for the specific transaction.</xs:documentation> |
| 3882 | + </xs:annotation> |
| 3883 | + <xs:sequence> |
| 3884 | + <xs:element name="ApprovalStatus" type="xs:string" minOccurs="0"> |
| 3885 | + <xs:annotation> |
| 3886 | + <xs:documentation> |
| 3887 | + Product: QBO |
| 3888 | + Description: Overall Approval Status, collective of all user approvals. |
| 3889 | + InputType: QBO: ReadOnly |
| 3890 | + </xs:documentation> |
| 3891 | + </xs:annotation> |
| 3892 | + </xs:element> |
| 3893 | + <xs:element name="ApprovalStatusDetail" type="xs:string" minOccurs="0"> |
| 3894 | + <xs:annotation> |
| 3895 | + <xs:documentation> |
| 3896 | + Product: QBO |
| 3897 | + Description:ApprovalStatusDetail represents the detailed approval statuses of a transaction. For a given ApprovalStatus, ApprovalStatusDetail can have one of the many values described below. |
| 3898 | + Following are the approval status and their possible detailed approval statuses: |
| 3899 | + Approval Status - APPROVED |
| 3900 | + Approval Status Detail - APPROVED,AUTO_APPROVED,FORCE_APPROVED,WORKFLOW_AUTO_APPROVED |
| 3901 | + |
| 3902 | + Approval Status - REJECTED |
| 3903 | + Approval Status Detail - REJECTED,WORKFLOW_AUTO_REJECTED |
| 3904 | + |
| 3905 | + Approval Status - REQUIRES_APPROVAL |
| 3906 | + Approval Status Detail - REQUIRES_APPROVAL,CANNOT_DETERMINE |
| 3907 | + |
| 3908 | + Approval Status - PENDING_APPROVAL |
| 3909 | + Approval Status Detail - PENDING_APPROVAL |
| 3910 | + |
| 3911 | + Approval Status - IN_PROGRESS |
| 3912 | + Approval Status Detail - IN_PROGRESS |
| 3913 | + InputType: QBO: ReadOnly |
| 3914 | + </xs:documentation> |
| 3915 | + </xs:annotation> |
| 3916 | + </xs:element> |
| 3917 | + <xs:element name="LastChangedByUser" type="xs:string" minOccurs="0"> |
| 3918 | + <xs:annotation> |
| 3919 | + <xs:documentation> |
| 3920 | + Product: QBO |
| 3921 | + Description: User-id of the user last updating the approval status. |
| 3922 | + InputType: QBO: ReadOnly |
| 3923 | + </xs:documentation> |
| 3924 | + </xs:annotation> |
| 3925 | + </xs:element> |
| 3926 | + <xs:element name="LastChangedDate" type="xs:dateTime" minOccurs="0"> |
| 3927 | + <xs:annotation> |
| 3928 | + <xs:documentation> |
| 3929 | + Product: QBO |
| 3930 | + Description: Date when the approval status was last updated. |
| 3931 | + InputType: QBO: ReadOnly |
| 3932 | + </xs:documentation> |
| 3933 | + </xs:annotation> |
| 3934 | + </xs:element> |
| 3935 | + </xs:sequence> |
| 3936 | + </xs:complexType> |
3879 | 3937 | <xs:group name="TxnLineReferenceGroup"> |
3880 | 3938 | <xs:annotation> |
3881 | 3939 | <xs:documentation>A reference to the transaction and one of its |
|
4794 | 4852 | </xs:documentation> |
4795 | 4853 | </xs:annotation> |
4796 | 4854 | </xs:element> |
| 4855 | + <xs:element name="TxnApprovalInfo" type="TxnApprovalInfo" minOccurs="0"> |
| 4856 | + <xs:annotation> |
| 4857 | + <xs:documentation> |
| 4858 | + Product: QBO |
| 4859 | + Description: Details of the Approval Status for current transaction in QBO workflows. |
| 4860 | + </xs:documentation> |
| 4861 | + </xs:annotation> |
| 4862 | + </xs:element> |
4797 | 4863 | </xs:sequence> |
4798 | 4864 | </xs:extension> |
4799 | 4865 | </xs:complexContent> |
|
7741 | 7807 | </xs:documentation> |
7742 | 7808 | </xs:annotation> |
7743 | 7809 | </xs:element> |
| 7810 | + <xs:element name="TaxRateRef" type="ReferenceType" |
| 7811 | + minOccurs="0"> |
| 7812 | + <xs:annotation> |
| 7813 | + <xs:documentation> |
| 7814 | + Product: QBO |
| 7815 | + Description: Sales/Purchase tax rate Id |
| 7816 | + associated with the JournalEntry Line. For CA Companies. |
| 7817 | + </xs:documentation> |
| 7818 | + </xs:annotation> |
| 7819 | + </xs:element> |
7744 | 7820 | <xs:element name="TaxApplicableOn" type="TaxApplicableOnEnum" |
7745 | 7821 | minOccurs="0"> |
7746 | 7822 | <xs:annotation> |
|
11526 | 11602 | TimeActivity.</xs:documentation> |
11527 | 11603 | </xs:annotation> |
11528 | 11604 | </xs:element> |
| 11605 | + <xs:element name="HoursInEmployeeTimeZone" type="xs:boolean" minOccurs="0"> |
| 11606 | + <xs:annotation> |
| 11607 | + <xs:documentation>True if the start, end hours are already with company/employee time zone offset. |
| 11608 | + |
| 11609 | + Couple of TimeActivity API integrations are already submitting start, end hours with right company/employee time zone offsets. Such integrations will pass this attribute as true to avoid company time zone offsets by TimeActivity API. |
| 11610 | + </xs:documentation> |
| 11611 | + </xs:annotation> |
| 11612 | + </xs:element> |
11529 | 11613 | </xs:sequence> |
11530 | 11614 | </xs:extension> |
11531 | 11615 | </xs:complexContent> |
|
0 commit comments